home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / uucp0.lzh / lib / Aliases < prev    next >
Text File  |  1990-01-14  |  1KB  |  62 lines

  1.  
  2. #   SENDMAIL ALIASES.
  3. #
  4. # Alias for mailer daemon.  REFER TO MAN:Aliases for more information.
  5. #
  6. #   #    comment character (must be first char on line)
  7. #   name: addr, addr, addr, addr,
  8. #      addr, addr, addr, addr
  9. #
  10. #   addr can be (1) any path
  11. #        (2) >file   (append to said file)
  12. #        (3) <file   (include addresses from file, one per line)
  13. #        (4) "|command"  (pipe through a command)
  14. #        (5) \user   (if user is an alias this ignores the alias)
  15. #
  16. #   note that each addr must be comma delimited, and line continuation
  17. #   depends on whether the last addr on the line has a comma after it.
  18.  
  19. MAILER-DAEMON: postmaster
  20.  
  21. # Following alias is required by the new mail protocol, RFC 822
  22. postmaster: foo
  23.  
  24. # Aliases to handle mail to msgs and news
  25.  
  26. # Alias for uucp maintenance
  27. uucplist: root
  28. uucp: uucplist
  29.  
  30. # System
  31. manager: foo
  32. operator: manager
  33. staff: foo
  34. nobody:
  35.  
  36. #
  37. # smart-aleck aliases
  38. #
  39. daemon: manager
  40. lp: manager
  41. usrlimit: manager
  42.  
  43. #
  44. #   User
  45. #
  46. #   send mail for foo to foo and also archive it.
  47.  
  48. foo: \foo, >uumail:mbox
  49.  
  50. friend: fubar!friend
  51.  
  52. # William P. Loftus
  53. wpl: PRC.Unisys.COM!wpl
  54.  
  55. # Matt Dillon
  56. dillon: pacbell.PacBell.COM!sorinc!overload!dillon
  57.  
  58. # Fred Fish, 1835 East Belmont Dr, Tempe, Arizona 85284
  59. # 1-602-491-0048
  60. fish:    cs.utexas.edu!asuvax!mcdphx!estinc!fnf
  61.  
  62.